home *** CD-ROM | disk | FTP | other *** search
- .TH VIEWOBJ
- 6 "IRIT Version 6.0"
- .SH NAME
- VIEWOBJ
-
-
-
- VIEWOBJ( GeometricTreeType Object )
-
- Displays the (geometric) object(s) as given in Object.
- Object may be any GeometricType or a list of other
- GeometricTypes nested to an arbitrary level.
-
- Unlike IRIT versions prior to 4.0, VIEW_MAT is not explicitly used
- as the transformation matrix. In order to display with a VIEW_MAT view,
- VIEW_MAT should be listed as an argument (in that exact name) to
- VIEWOBJ. Same is true for the perspective matrix PRSP_MAT.
-
- Example:
-
- VIEWOBJ( list( view_mat, Axes ) );
-
- displays the predefined object Axes in the viewing window using the
- viewing matrix VIEW_MAT.
-